Backup Preferences
The on-disk backup of the node's preferences
Content copied to clipboard
meshtastic.BackupPreferences
Types
Properties
Functions
Link copied to clipboard
inline fun DeviceOnly.BackupPreferences.copy(block: BackupPreferencesKt.Dsl.() -> Unit): DeviceOnly.BackupPreferences
inline fun DeviceOnly.BackupPreferences.copy(block: BackupPreferencesKt.Dsl.() -> Unit): DeviceOnly.BackupPreferences
inline fun DeviceOnly.BackupPreferences.copy(block: BackupPreferencesKt.Dsl.() -> Unit): DeviceOnly.BackupPreferences
inline fun DeviceOnly.BackupPreferences.copy(block: BackupPreferencesKt.Dsl.() -> Unit): DeviceOnly.BackupPreferences
Link copied to clipboard
The node's channels
Content copied to clipboard
.meshtastic.ChannelFile channels = 5;
Link copied to clipboard
The node's channels
Content copied to clipboard
.meshtastic.ChannelFile channels = 5;
Link copied to clipboard
The node's configuration
Content copied to clipboard
.meshtastic.LocalConfig config = 3;
Link copied to clipboard
The node's configuration
Content copied to clipboard
.meshtastic.LocalConfig config = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The node's module configuration
Content copied to clipboard
.meshtastic.LocalModuleConfig module_config = 4;
Link copied to clipboard
The node's module configuration
Content copied to clipboard
.meshtastic.LocalModuleConfig module_config = 4;
Link copied to clipboard
The node's user (owner) information
Content copied to clipboard
.meshtastic.User owner = 6;
Link copied to clipboard
The node's user (owner) information
Content copied to clipboard
.meshtastic.User owner = 6;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The timestamp of the backup (if node has time)
Content copied to clipboard
fixed32 timestamp = 2;
Link copied to clipboard
The version of the backup
Content copied to clipboard
uint32 version = 1;
Link copied to clipboard
The node's channels
Content copied to clipboard
.meshtastic.ChannelFile channels = 5;
Link copied to clipboard
The node's module configuration
Content copied to clipboard
.meshtastic.LocalModuleConfig module_config = 4;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DeviceOnly.BackupPreferences
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): DeviceOnly.BackupPreferences
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): DeviceOnly.BackupPreferences
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): DeviceOnly.BackupPreferences
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DeviceOnly.BackupPreferences
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): DeviceOnly.BackupPreferences
Link copied to clipboard
Link copied to clipboard